@charset "UTF-8";
.strx-map-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 54px;
  padding-bottom: 120px;
  background-image: linear-gradient(to right, #f3fafb, #e0f1f3);
  font-family: Gotham, Arial, sans-serif;
  display: flex;
}

.strx-map-wrapper .strx-content {
  padding-bottom: 60px;
  width: 100%;
}

#strx-default .strx-p-text,
#strx-default h1 {
  max-width: 1116px;
}

.strx-map-wrapper .strx-content .strx-h2,
.strx-map-wrapper .strx-content .strx-h3,
.strx-map-wrapper .strx-content h2,
.strx-map-wrapper .strx-content h3 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 1680px) {
  .strx-map-wrapper .strx-content .strx-h2,
  .strx-map-wrapper .strx-content .strx-h3,
  .strx-map-wrapper .strx-content h2,
  .strx-map-wrapper .strx-content h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .strx-map-wrapper .strx-content .strx-h2,
  .strx-map-wrapper .strx-content .strx-h3,
  .strx-map-wrapper .strx-content h2,
  .strx-map-wrapper .strx-content h3 {
    font-size: 2.2rem;
  }
}
.strx-map-wrapper .strx-map-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 156px;
  padding-right: 156px;
}

@media only screen and (max-width: 1680px) {
  .strx-map-wrapper .strx-map-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1260px) {
  .strx-map-wrapper .strx-map-inner {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 984px) {
  .strx-map-wrapper .strx-map-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.strx-map-wrapper .strx-map {
  position: relative;
  z-index: 1;
  width: calc(100% - 576px);
}

.strx-map-wrapper .strx-map:before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-bottom: 68.2128240109%;
}

.strx-map-wrapper .strx-map svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.strx-map-wrapper .strx-map svg .strx-map-blue,
.strx-map-wrapper .strx-map svg .strx-map-green,
.strx-map-wrapper .strx-map svg .strx-map-purple,
.strx-map-wrapper .strx-map svg .strx-map-yellow {
  transition: fill 240ms ease-in-out;
  fill: #fff;
}

.strx-map-wrapper .strx-map.strx-hover-blue .strx-map-blue {
  fill: #31afc8;
}

.strx-map-wrapper .strx-map.strx-hover-purple .strx-map-purple {
  fill: #5b108b;
}

.strx-map-wrapper .strx-map.strx-hover-green .strx-map-green {
  fill: #00833f;
}

.strx-map-wrapper .strx-map.strx-hover-yellow .strx-map-yellow {
  fill: #fec526;
}

.strx-map-wrapper .strx-l2c-labels {
  position: relative;
  z-index: 2;
  width: 576px;
}

.strx-map-wrapper .strx-mobile-labels {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
}

.strx-map-wrapper .strx-map ~ .strx-content {
  padding-top: 60px;
}

@media only screen and (max-width: 1260px) {
  .strx-map-wrapper {
    padding-top: 42px;
    padding-bottom: 60px;
  }
  .strx-map-wrapper .strx-content {
    padding-bottom: 42px;
  }
  .strx-map-wrapper .strx-map ~ .strx-content {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 1080px) {
  .strx-map-wrapper {
    padding-top: 36px;
    padding-bottom: 0;
  }
  .strx-map-wrapper .strx-content {
    padding-bottom: 24px;
  }
  .strx-map-wrapper .strx-content,
  .strx-map-wrapper .strx-map,
  .strx-map-wrapper .strx-mobile-labels {
    order: 1;
    width: 100%;
  }
  .strx-map-wrapper .strx-mobile-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .strx-map-wrapper .strx-l2c-labels {
    order: 2;
    margin-left: -42px;
    margin-right: -42px;
    width: calc(100% + 84px);
  }
  .strx-map-wrapper .strx-map {
    margin-left: -42px;
    margin-right: -42px;
    width: calc(100% + 84px);
  }
  .strx-map-wrapper .strx-map ~ .strx-content {
    order: 3;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 984px) {
  .strx-map-wrapper .strx-l2c-labels,
  .strx-map-wrapper .strx-map {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
@media only screen and (max-width: 576px) {
  .strx-map-wrapper .strx-mobile-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.strx-p-container .strx-p-col:first-child {
  padding-right: 30px;
}

.strx-p-container .strx-p-col:last-child {
  padding-left: 30px;
}

@media only screen and (max-width: 1260px) {
  .strx-p-container .strx-p-col:first-child {
    padding-right: 21px;
  }
  .strx-p-container .strx-p-col:last-child {
    padding-left: 21px;
  }
}
@media only screen and (max-width: 984px) {
  .strx-p-container .strx-p-col.strx-width-50:first-child {
    width: 100%;
    padding-right: 0;
  }
  .strx-p-container .strx-p-col.strx-width-50:last-child {
    width: 100%;
    padding-left: 0;
  }
}
.strx-p-l2c-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 18px 6px 6px;
}

.strx-p-l2c-label .strx-l2c-label-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: max-width 240ms ease-in-out;
  width: 100%;
  max-width: 120px;
}

.strx-p-l2c-label .strx-l2c-label-image .strx-l2c-label-image-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 372px;
}

.strx-p-l2c-label .strx-l2c-label-image img {
  margin-left: 6px;
  width: 120px;
}

.strx-p-l2c-label .strx-l2c-label-image img:first-child {
  margin-left: 0;
}

.strx-p-l2c-label .strx-l2c-label-text {
  width: 180px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 18px;
  font-size: 1.6rem;
  color: #fff;
}

@media only screen and (max-width: 1260px) {
  .strx-p-l2c-label .strx-l2c-label-text {
    font-size: 1.4rem;
  }
}
.strx-p-l2c-label .strx-l2c-label-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.strx-p-l2c-label .strx-l2c-label-text ul li:before {
  content: "–";
}

.strx-p-l2c-label .strx-l2c-label-text p,
.strx-p-l2c-label .strx-l2c-label-text ul {
  margin-bottom: 6px;
  font-size: 16px;
}

.strx-p-l2c-label .strx-l2c-label-text p:last-child,
.strx-p-l2c-label .strx-l2c-label-text ul:last-child {
  margin-bottom: 0;
}

.strx-p-l2c-label .strx-triangle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  display: none;
  height: 100%;
}

.strx-p-l2c-label .strx-triangle svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1px;
  display: block;
  height: 100%;
}

.strx-p-l2c-label.strx-p-l2c-label-blue .strx-triangle svg {
  fill: #31afc8;
}

.strx-p-l2c-label.strx-p-l2c-label-purple .strx-triangle svg {
  fill: #5b108b;
}

.strx-p-l2c-label.strx-p-l2c-label-green .strx-triangle svg {
  fill: #00833f;
}

.strx-p-l2c-label.strx-p-l2c-label-yellow .strx-triangle svg {
  fill: #fec526;
}

.strx-p-l2c-label.hover .strx-l2c-label-image {
  max-width: 372px;
}

.strx-p-l2c-label.hover .strx-triangle {
  display: block;
}

.strx-l2c-labels {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.strx-l2c-labels .strx-p-l2c-label {
  margin-bottom: 12px;
}

.strx-l2c-labels .strx-p-l2c-label:last-child {
  margin-bottom: 0;
}

.strx-l2c-labels .strx-p-l2c-label.strx-p-l2c-label-blue {
  background-color: #31afc8;
}

.strx-l2c-labels .strx-p-l2c-label.strx-p-l2c-label-purple {
  background-color: #5b108b;
}

.strx-l2c-labels .strx-p-l2c-label.strx-p-l2c-label-green {
  background-color: #00833f;
}

.strx-l2c-labels .strx-p-l2c-label.strx-p-l2c-label-yellow {
  background-color: #fec526;
}

.strx-mobile-labels .strx-l2c-label-item {
  position: relative;
  z-index: 1;
  margin-right: 12px;
  width: 120px;
  cursor: pointer;
}

@media only screen and (max-width: 1080px) {
  .strx-p-l2c-label {
    display: none;
    width: 100%;
    padding: 36px 42px;
  }
  .strx-p-l2c-label .strx-l2c-label-image {
    position: relative;
    max-width: 372px;
  }
  .strx-p-l2c-label.hover {
    display: flex;
  }
  .strx-p-l2c-label.hover .strx-triangle {
    display: none;
  }
  .strx-l2c-labels .strx-p-l2c-label {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 984px) {
  .strx-p-l2c-label {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 744px) {
  .strx-p-l2c-label .strx-l2c-label-image {
    width: 120px;
  }
  .strx-p-l2c-label .strx-l2c-label-image .strx-l2c-label-image-inner {
    width: 100%;
  }
  .strx-p-l2c-label .strx-l2c-label-image img {
    margin: 0 0 6px 0;
    width: 100%;
  }
  .strx-p-l2c-label .strx-l2c-label-text {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 576px) {
  .strx-mobile-labels .strx-l2c-label-item {
    width: calc(50% - 6px);
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .strx-p-l2c-label .strx-l2c-label-image {
    width: 96px;
  }
  .strx-p-l2c-label .strx-l2c-label-text {
    width: calc(100% - 96px);
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

.strx-page-homepage #strx-default-grid .strx-h2,
.strx-page-homepage #strx-default-grid .strx-h3,
.strx-page-homepage #strx-default-grid h2,
.strx-page-homepage #strx-default-grid h3 {
  font-size: 2.2rem;
  color: #007ac3;
}
